ExplanationOfBenefit System API - Implementation Template (CARIN Blue Button 2.0)
Custom object field addition
To add a field to a custom object in Health Cloud (ExplanationOfBenefits):
- From Health Cloud in the upper right corner, click the settings (gear) icon.
 - Click Setup.
 - From the Home tab in the left menu, expand 'Objects and Fields' and then click Object Manager.
 - Search for 'Explanation Of Benefits' and then click into it.
 - In the 'Fields and Relationships' page, use the 'New' button and create the following fields:
 
| Field Label | Field Name | Data Type | 
|---|---|---|
| Status | Status__c | Text(255) | 
| Type Code | TypeCode__c | Text(255) | 
| Type Display | TypeDisplay__c | Text(255) | 
| Type System | TypeSystem__c | Text(255) | 
| Dependent | Dependent__c | Text(255) | 
| Payor | Payor__c | Lookup(Account) |